|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
es.upm.dit.gsi.beast.exception.BeastException
public class BeastException
Project: beast File: es.upm.dit.gsi.beast.exception.BeastException.java Generic exception launched by Beast Tool Grupo de Sistemas Inteligentes Departamento de Ingeniería de Sistemas Telemáticos Universidad Politécnica de Madrid (UPM)
Constructor Summary | |
---|---|
BeastException(String message)
Constructor |
|
BeastException(String message,
Throwable cause)
Constructor |
|
BeastException(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 |
---|
public BeastException(String message)
message
- public BeastException(Throwable cause)
cause
- public BeastException(String message, Throwable cause)
message
- cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |