org.nuiton.guix
Class CompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuiton.guix.CompilerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParseException, UnsupportedAttributeException, UnsupportedTagException

public class CompilerException
extends java.lang.RuntimeException

Thrown by the compiler when an error occurs.

See Also:
Serialized Form

Constructor Summary
CompilerException()
          Creates a new ParseException.
CompilerException(java.lang.String msg)
          Creates a new ParseException with the specified detail message.
CompilerException(java.lang.String msg, java.lang.Throwable initCause)
          Creates a new ParseException with the specified detail message and cause.
CompilerException(java.lang.Throwable initCause)
          Creates a new ParseException with the specified cause.
 
Method Summary
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilerException

public CompilerException()
Creates a new ParseException.


CompilerException

public CompilerException(java.lang.String msg)
Creates a new ParseException with the specified detail message.

Parameters:
msg - the exception's detail message

CompilerException

public CompilerException(java.lang.Throwable initCause)
Creates a new ParseException with the specified cause.

Parameters:
initCause - the exception's initCause

CompilerException

public CompilerException(java.lang.String msg,
                         java.lang.Throwable initCause)
Creates a new ParseException with the specified detail message and cause.

Parameters:
msg - the exception's detail message
initCause - the exception's initCause
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable


Copyright © 2009 CodeLutin. All Rights Reserved.