| Home >> All >> org >> alicebot >> server >> core >> [ targeting Javadoc ] |
Source code: org/alicebot/server/core/targeting/CannotExtendException.java
1 // Decompiled by Jad v1.5.8c. Copyright 2001 Pavel Kouznetsov. 2 // Jad home page: http://www.geocities.com/kpdus/jad.html 3 // Decompiler options: packimports(3) 4 5 package org.alicebot.server.core.targeting; 6 7 8 class CannotExtendException extends Exception 9 { 10 11 public CannotExtendException() 12 { 13 } 14 }