com.github.dakusui.symfonion.core
Class ExceptionThrower

java.lang.Object
  extended by com.github.dakusui.symfonion.core.ExceptionThrower

public class ExceptionThrower
extends Object


Constructor Summary
ExceptionThrower()
           
 
Method Summary
static void throwCompilationException(String msg, Throwable e)
           
static void throwDeviceException(String msg, Throwable e)
           
static void throwDeviceNotFoundException(String devicename)
           
static void throwInstrumentNotFound(String msg, Throwable e)
           
static void throwJSONException(String msg, Throwable t)
           
static void throwLoadException(String msg, Throwable e)
           
static void throwNoteMapNotFoundException(String msg, Throwable e)
           
static void throwNoteNotDefinedException(String msg)
           
static void throwRuntimeException(String msg, Throwable e)
           
static void throwSyntaxException(String msg, Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionThrower

public ExceptionThrower()
Method Detail

throwJSONException

public static void throwJSONException(String msg,
                                      Throwable t)
                               throws SymfonionException
Throws:
SymfonionException

throwDeviceNotFoundException

public static void throwDeviceNotFoundException(String devicename)
                                         throws SymfonionException
Throws:
SymfonionException

throwSyntaxException

public static void throwSyntaxException(String msg,
                                        Throwable t)
                                 throws SymfonionException
Throws:
SymfonionException

throwCompilationException

public static void throwCompilationException(String msg,
                                             Throwable e)
                                      throws SymfonionException
Throws:
SymfonionException

throwLoadException

public static void throwLoadException(String msg,
                                      Throwable e)
                               throws SymfonionException
Throws:
SymfonionException

throwNoteMapNotFoundException

public static void throwNoteMapNotFoundException(String msg,
                                                 Throwable e)
                                          throws SymfonionException
Throws:
SymfonionException

throwNoteNotDefinedException

public static void throwNoteNotDefinedException(String msg)
                                         throws SymfonionException
Throws:
SymfonionException

throwInstrumentNotFound

public static void throwInstrumentNotFound(String msg,
                                           Throwable e)
                                    throws SymfonionException
Throws:
SymfonionException

throwDeviceException

public static void throwDeviceException(String msg,
                                        Throwable e)
                                 throws SymfonionException
Throws:
SymfonionException

throwRuntimeException

public static void throwRuntimeException(String msg,
                                         Throwable e)


Copyright © 2013. All Rights Reserved.