com.github.dakusui.symfonion.core
Class ExceptionThrower
java.lang.Object
com.github.dakusui.symfonion.core.ExceptionThrower
public class ExceptionThrower
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionThrower
public ExceptionThrower()
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.