org.ujac.util.template
Class AssertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ujac.util.UjacException
              extended by org.ujac.util.template.TemplateException
                  extended by org.ujac.util.exi.ExpressionException
                      extended by org.ujac.util.template.StatementException
                          extended by org.ujac.util.template.AssertionException
All Implemented Interfaces:
Serializable

public class AssertionException
extends StatementException

Name: AssertionException
Description: A class for assertion failures thrown by the ExpressionInterpreter.

Author:
lauerc
See Also:
Serialized Form

Constructor Summary
AssertionException()
          Constructs an AssertionException instance with no specific attributes.
AssertionException(String msg)
          Constructs an AssertionException instance with specific attributes.
 
Method Summary
 
Methods inherited from class org.ujac.util.UjacException
getOriginalCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertionException

public AssertionException()
Constructs an AssertionException instance with no specific attributes.


AssertionException

public AssertionException(String msg)
Constructs an AssertionException instance with specific attributes.

Parameters:
msg - The error message.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.