sims
Class ExceptionCompilation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sims.ExceptionCompilation
All Implemented Interfaces:
java.io.Serializable

public class ExceptionCompilation
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ExceptionCompilation(int ligne, java.lang.String msg)
           
 
Method Summary
 int getLigne()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionCompilation

public ExceptionCompilation(int ligne,
                            java.lang.String msg)
Method Detail

getLigne

public int getLigne()