npl
Class NormativeFailureException

Package class diagram package NormativeFailureException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by npl.NormativeFailureException
All Implemented Interfaces:
java.io.Serializable

public class NormativeFailureException
extends java.lang.Exception

Exception that represents the violation of some regimentation defined in a NPL program.

See Also:
Serialized Form

Constructor Summary
NormativeFailureException(jason.asSyntax.Structure fail)
           
 
Method Summary
 jason.asSyntax.Structure getFail()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NormativeFailureException

public NormativeFailureException(jason.asSyntax.Structure fail)
Method Detail

getFail

public jason.asSyntax.Structure getFail()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable