|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.jet.core.parser.TemplateInputException
public class TemplateInputException
Wrap an exception from a ITemplateInput
| Constructor Summary | |
|---|---|
TemplateInputException(java.lang.String message)
Construct a new exception with the specified message. |
|
TemplateInputException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified message and cause. |
|
TemplateInputException(java.lang.Throwable cause)
Construct a new exception 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 |
|---|
public TemplateInputException(java.lang.String message,
java.lang.Throwable cause)
Exception.Exception(String, Throwable)
message - the messagecause - the causepublic TemplateInputException(java.lang.String message)
Exception.Exception(String).
message - the detailed messagepublic TemplateInputException(java.lang.Throwable cause)
Exception.Exception(Throwable).
cause - the cause
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||