org.apache.tiles.autotag.core
Class ClassParseException

Package class diagram package ClassParseException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.autotag.core.AutotagRuntimeException
                  extended by org.apache.tiles.autotag.core.ClassParseException
All Implemented Interfaces:
Serializable

public class ClassParseException
extends AutotagRuntimeException

Thrown if there is a problem when parsing a class source.

Version:
$Rev: 1044707 $ $Date: 2010-12-11 15:35:57 -0500 (Sat, 11 Dec 2010) $
See Also:
Serialized Form

Constructor Summary
ClassParseException()
          Constructor.
ClassParseException(String message)
          Constructor.
ClassParseException(String message, Throwable cause)
          Constructor.
ClassParseException(Throwable cause)
          Constructor.
 
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

ClassParseException

public ClassParseException()
Constructor.


ClassParseException

public ClassParseException(String message)
Constructor.

Parameters:
message - The message of the exception.

ClassParseException

public ClassParseException(Throwable cause)
Constructor.

Parameters:
cause - The cause.

ClassParseException

public ClassParseException(String message,
                           Throwable cause)
Constructor.

Parameters:
message - The message of the exception.
cause - The cause.


Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.