Package jaxx.compiler

Class UnsupportedTagException

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

public class UnsupportedTagException
extends CompilerException
Thrown by the compiler when an unregistered tag is encountered.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    UnsupportedTagException()
    Creates a new UnsupportedTagException.
    UnsupportedTagException​(java.lang.String msg)
    Creates a new UnsupportedTagException with the specified detail message.
    UnsupportedTagException​(java.lang.String msg, java.lang.Throwable initCause)
    Creates a new UnsupportedTagException with the specified detail message and cause.
    UnsupportedTagException​(java.lang.Throwable initCause)
    Creates a new UnsupportedTagException with the specified cause.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UnsupportedTagException

      public UnsupportedTagException()
      Creates a new UnsupportedTagException.
    • UnsupportedTagException

      public UnsupportedTagException​(java.lang.String msg)
      Creates a new UnsupportedTagException with the specified detail message.
      Parameters:
      msg - the exception's detail message
    • UnsupportedTagException

      public UnsupportedTagException​(java.lang.Throwable initCause)
      Creates a new UnsupportedTagException with the specified cause.
      Parameters:
      initCause - the exception's initCause
    • UnsupportedTagException

      public UnsupportedTagException​(java.lang.String msg, java.lang.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