jaxx.compiler
Class UnsupportedTagException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jaxx.compiler.CompilerException
                  extended by jaxx.compiler.UnsupportedTagException
All Implemented Interfaces:
Serializable

public class UnsupportedTagException
extends CompilerException

Thrown by the compiler when an unregistered tag is encountered.

See Also:
Serialized Form

Constructor Summary
UnsupportedTagException()
          Creates a new UnsupportedTagException.
UnsupportedTagException(String msg)
          Creates a new UnsupportedTagException with the specified detail message.
UnsupportedTagException(String msg, Throwable initCause)
          Creates a new UnsupportedTagException with the specified detail message and cause.
UnsupportedTagException(Throwable initCause)
          Creates a new UnsupportedTagException with the specified cause.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedTagException

public UnsupportedTagException()
Creates a new UnsupportedTagException.


UnsupportedTagException

public UnsupportedTagException(String msg)
Creates a new UnsupportedTagException with the specified detail message.

Parameters:
msg - the exception's detail message

UnsupportedTagException

public UnsupportedTagException(Throwable initCause)
Creates a new UnsupportedTagException with the specified cause.

Parameters:
initCause - the exception's initCause

UnsupportedTagException

public UnsupportedTagException(String msg,
                               Throwable initCause)
Creates a new UnsupportedTagException with the specified detail message and cause.

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


Copyright © 2008-2011 CodeLutin. All Rights Reserved.