es.upm.dit.gsi.beast.exception
Class BeastException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by es.upm.dit.gsi.beast.exception.BeastException
All Implemented Interfaces:
Serializable

public class BeastException
extends Exception

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)

Version:
0.1
Author:
alvarocarrera
See Also:
Serialized Form

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

BeastException

public BeastException(String message)
Constructor

Parameters:
message -

BeastException

public BeastException(Throwable cause)
Constructor

Parameters:
cause -

BeastException

public BeastException(String message,
                      Throwable cause)
Constructor

Parameters:
message -
cause -


Copyright © 2014 Grupo de Sistemas Inteligentes - Universidad Politécnica de Madrid. All Rights Reserved.