jaxx.compiler
Class UnsupportedAttributeException

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.UnsupportedAttributeException
All Implemented Interfaces:
Serializable

public class UnsupportedAttributeException
extends CompilerException

Thrown by TagHandler when an unsupported attribute is encountered.

See Also:
TagHandler, Serialized Form

Constructor Summary
UnsupportedAttributeException()
          Creates a new UnsupportedAttributeException.
UnsupportedAttributeException(String msg)
          Creates a new UnsupportedAttributeException with the specified detail message.
UnsupportedAttributeException(String msg, Throwable initCause)
          Creates a new UnsupportedAttributeException with the specified detail message and cause.
UnsupportedAttributeException(Throwable initCause)
          Creates a new UnsupportedAttributeException 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

UnsupportedAttributeException

public UnsupportedAttributeException()
Creates a new UnsupportedAttributeException.


UnsupportedAttributeException

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

Parameters:
msg - the exception's detail message

UnsupportedAttributeException

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

Parameters:
initCause - the exception's initCause

UnsupportedAttributeException

public UnsupportedAttributeException(String msg,
                                     Throwable initCause)
Creates a new UnsupportedAttributeException 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.